home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / editori.al / os2vdm.txt < prev    next >
Encoding:
Text File  |  1995-10-19  |  1.4 KB  |  56 lines

  1. OS2VDM.TXT - Installation instructions for OS/2 Virtual DOS Machine
  2.  
  3. Note, this document is written from the perspective of installing
  4. the full version of TAPEDISK.  The installaion of the full version
  5. of TAPEDISK normaly installs into C:\TD650.  If you are installing
  6. the TAPEDISK Demo the default directory for installation is
  7. C:\TD650250. The TAPEDISK Demo V6.5.0 is a 250MB restricted version
  8. of TAPEDISK.
  9.  
  10. If you have installed this into a different directory please
  11. make adjustments to the following documentation.
  12.  
  13.  
  14. OS/2 Warp settings by one of our users:
  15.  
  16. Created a VBM to boot MSDOS off of Drive C:\
  17.  
  18. IN OS2 DOS SETTINGS:
  19.  
  20. DOS_AUTOEXEC                 C:\AUTOEXEC.BAT
  21. DOS_SHELL                    C:\COMMAND.COM
  22. DOS_STARTUP_DRIVE            C:\
  23.  
  24.  
  25. RELEVANT PARTS OF DOS CONFIG.SYS FILE:
  26.  
  27. NUMLOCK=OFF
  28. STACKS=9,256
  29. DEVICE=FSFILTER.SYS
  30. DEVICE=D:\OS2\MDOS\HIMEM.SYS
  31. DEVICE=D:\OS2\MDOS\EMM386.SYS
  32. DEVICE=D:\OS2\MDOS\ASPISTUB.SYS
  33. BUFFERS=30,0
  34. FILES=50
  35. DEVICE=C:\TD650\TAPEDISK.EXE /ID=4
  36.  
  37. *********************************************************
  38. RELEVANT PARTS OF DOS AUTOEXEC.BAT:
  39.  
  40. ECHO OFF
  41. CLS
  42. CAPS-ON
  43. PATH C:\;C:\DOS62;C:\TD650
  44. ECHO ON
  45.  
  46. ***********************************************
  47. RELEVANT PARTS OF OS2 CONFIG.SYS:
  48.  
  49. BASEDEV=OS2SCSI.DMD
  50. REM NEXT ADDED BY SAT
  51. BASEDEV=OS2ASPI.DMD
  52. DEVICE=D:\OS2\MDOS\VASPI.SYS
  53. REM END OF LINES ADDED BY SAT
  54. BASEDEV=AIC7870.ADD
  55.  
  56.